home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / mrcry204.zip / SENSPOLY.EKA < prev    next >
Text File  |  1991-03-04  |  271b  |  12 lines

  1. ; Simple example show how sensitive polynomial roots
  2. ; are to the coefficients.
  3. ; Try
  4. ;   c = 0        roots x = 0, 3, 4, 5
  5. ;   c = 24       roots x = 1, 0.8883
  6. ;   c = 24.1     no roots
  7.  
  8.  x^4 - 12x^3 + 47x^2 - 60x + c = 0
  9.  c = 24.
  10.  -100 < x < 100
  11.  PROGRESS x
  12.